home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / gui / ClassFree_src.lha / ClassFree_src / CFfuelgiclass / CFfuelgi.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  286 b   |  13 lines

  1. #ifndef CFFUELGI_H
  2. #define CFFUELGI_H
  3.  
  4. /* Public header file for fuel guage image class */
  5.  
  6. #define CFfuelgiClassName "CFfuelgiclass"
  7.  
  8. #define CFFG_Dummy        (TAG_USER + 0x3b000)
  9. #define CFFG_Max          (CFFG_Dummy + 0x0001)
  10. #define CFFG_Label        (CFFG_Dummy + 0x0002)
  11.  
  12.  
  13. #endif